type net/http.http2outflow
11 uses
net/http (current package)
h2_bundle.go#L1546: type http2outflow struct {
h2_bundle.go#L1556: conn *http2outflow
h2_bundle.go#L1559: func (f *http2outflow) setConnFlow(cf *http2outflow) { f.conn = cf }
h2_bundle.go#L1561: func (f *http2outflow) available() int32 {
h2_bundle.go#L1569: func (f *http2outflow) take(n int32) {
h2_bundle.go#L1581: func (f *http2outflow) add(n int32) bool {
h2_bundle.go#L4549: flow http2outflow // conn-wide (not stream-specific) outbound flow control
h2_bundle.go#L4634: flow http2outflow // limits writing from Handler to client
h2_bundle.go#L7652: flow http2outflow // our conn-level flow control quota (cs.outflow is per stream)
h2_bundle.go#L7742: flow http2outflow // guarded by cc.mu
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)